Html Css Color HEX #CDBA72 Putty

📋 copy color: '#CDBA72'

red 205 ◦ green 186 ◦ blue 114

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

Shades of Putty #CDBA72

Tints of Putty #CDBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 40.59%
G = 36.83%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDBA72 (or 0xCDBA72) is known color: Putty. HEX triplet: CD, BA and 72. RGB value is (205,186,114). Sum of RGB (Red+Green+Blue) = 205+186+114=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA72 is #32458D. Grayscale: #B7B7B7. Windows color (decimal): -3294606 or 7518925. OLE color: 7518925.

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

Color convert

RGB 205 186 114 -
CMYK 0 0.09 0.44 0.20
HSL 47.47º 0.48% 0.63% -
HSV(B) 47.47º 0.44% 0.8% -
XYZ 45.77 49.31 23.03 -
YUV 183.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 205 186 114 0 0.09 0.44 0.20 47.47 0.48 0.63
Hex CD BA 72 0 9 2C 14 2F 30 3F
Octal 315 272 162 0 11 54 24 57 60 77
Binary 11001101 10111010 1110010 0 1001 101100 10100 101111 110000 111111

Color Harmonies of #CDBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA72

Black with #CDBA72

Text Example


Text Example

White with #CDBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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