Html Css Color HEX #CDB072 Putty

📋 copy color: '#CDB072'

red 205 ◦ green 176 ◦ blue 114

#CDB072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CDB072

Tints of Putty #CDB072

RGB

 RED value IS 205 (80.47% from 255) = 41.41%

 GREEN value IS 176 (69.14% from 255) = 35.56%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 41.41%
G = 35.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDB072 (or 0xCDB072) is known color: Putty. HEX triplet: CD, B0 and 72. RGB value is (205,176,114). Sum of RGB (Red+Green+Blue) = 205+176+114=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB072 is #324F8D. Grayscale: #B1B1B1. Windows color (decimal): -3297166 or 7516365. OLE color: 7516365.

HSL color Cylindrical-coordinate representation of color #CDB072: hue angle of 40.88º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDB072 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 114 -
CMYK 0 0.14 0.44 0.20
HSL 40.88º 0.48% 0.63% -
HSV(B) 40.88º 0.44% 0.8% -
XYZ 43.74 45.24 22.35 -
YUV 177.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 205 176 114 0 0.14 0.44 0.20 40.88 0.48 0.63
Hex CD B0 72 0 E 2C 14 29 30 3F
Octal 315 260 162 0 16 54 24 51 60 77
Binary 11001101 10110000 1110010 0 1110 101100 10100 101001 110000 111111

Color Harmonies of #CDB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB072

Black with #CDB072

Text Example


Text Example

White with #CDB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB072; }

 p { color: rgb(205,176,114); }

 H1.HeaderClassName
 {
   color: #CDB072;
 }
 .AnyTagClassName
 {
   color: #CDB072;
 }
</style>

background-color css

<style>
 a { background-color: #CDB072; }

 a { background-color: rgb(205,176,114); }

 div.DivClassName
 {
   background-color: #CDB072;
 }
 .BgClassName
 {
   background-color: #CDB072;
 }
</style>

border-color css

<style>
 span { border-color: #CDB072; }

 span { border-color: rgb(205,176,114); }

 td.TdClassName
 {
   border-color: #CDB072;
 }
 .TagClassName
 {
   border-color: #CDB072;
 }
</style>