Html Css Color HEX #CCB372 Putty

📋 copy color: '#CCB372'

red 204 ◦ green 179 ◦ blue 114

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

Shades of Putty #CCB372

Tints of Putty #CCB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 41.05%
G = 36.02%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB372 (or 0xCCB372) is known color: Putty. HEX triplet: CC, B3 and 72. RGB value is (204,179,114). Sum of RGB (Red+Green+Blue) = 204+179+114=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB372 is #334C8D. Grayscale: #B3B3B3. Windows color (decimal): -3361934 or 7517132. OLE color: 7517132.

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

Color convert

RGB 204 179 114 -
CMYK 0 0.12 0.44 0.2
HSL 43.33º 0.47% 0.62% -
HSV(B) 43.33º 0.44% 0.8% -
XYZ 44.06 46.29 22.53 -
YUV 179.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 204 179 114 0 0.12 0.44 0.2 43.33 0.47 0.62
Hex CC B3 72 0 C 2C 14 2B 2F 3E
Octal 314 263 162 0 14 54 24 53 57 76
Binary 11001100 10110011 1110010 0 1100 101100 10100 101011 101111 111110

Color Harmonies of #CCB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB372

Black with #CCB372

Text Example


Text Example

White with #CCB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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