Html Css Color HEX #CCBA72 Putty

📋 copy color: '#CCBA72'

red 204 ◦ green 186 ◦ blue 114

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

Shades of Putty #CCBA72

Tints of Putty #CCBA72

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

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

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

R = 40.48%
G = 36.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCBA72 (or 0xCCBA72) is known color: Putty. HEX triplet: CC, BA and 72. RGB value is (204,186,114). Sum of RGB (Red+Green+Blue) = 204+186+114=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA72 is #33458D. Grayscale: #B7B7B7. Windows color (decimal): -3360142 or 7518924. OLE color: 7518924.

HSL color Cylindrical-coordinate representation of color #CCBA72: hue angle of 48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBA72 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 114 -
CMYK 0 0.09 0.44 0.2
HSL 48º 0.47% 0.62% -
HSV(B) 48º 0.44% 0.8% -
XYZ 45.5 49.17 23.01 -
YUV 183.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 204 186 114 0 0.09 0.44 0.2 48 0.47 0.62
Hex CC BA 72 0 9 2C 14 30 2F 3E
Octal 314 272 162 0 11 54 24 60 57 76
Binary 11001100 10111010 1110010 0 1001 101100 10100 110000 101111 111110

Color Harmonies of #CCBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA72

Black with #CCBA72

Text Example


Text Example

White with #CCBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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