Html Css Color HEX #CDB572 Putty

📋 copy color: '#CDB572'

red 205 ◦ green 181 ◦ blue 114

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

Shades of Putty #CDB572

Tints of Putty #CDB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 41%
G = 36.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB572 (or 0xCDB572) is known color: Putty. HEX triplet: CD, B5 and 72. RGB value is (205,181,114). Sum of RGB (Red+Green+Blue) = 205+181+114=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB572 is #324A8D. Grayscale: #B4B4B4. Windows color (decimal): -3295886 or 7517645. OLE color: 7517645.

HSL color Cylindrical-coordinate representation of color #CDB572: hue angle of 44.18º 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 #CDB572 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 114 -
CMYK 0 0.12 0.44 0.20
HSL 44.18º 0.48% 0.63% -
HSV(B) 44.18º 0.44% 0.8% -
XYZ 44.74 47.24 22.68 -
YUV 180.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 205 181 114 0 0.12 0.44 0.20 44.18 0.48 0.63
Hex CD B5 72 0 C 2C 14 2C 30 3F
Octal 315 265 162 0 14 54 24 54 60 77
Binary 11001101 10110101 1110010 0 1100 101100 10100 101100 110000 111111

Color Harmonies of #CDB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB572

Black with #CDB572

Text Example


Text Example

White with #CDB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB572; }

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

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

background-color css

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

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

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

border-color css

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

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

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