Html Css Color HEX #CCB673 Putty

📋 copy color: '#CCB673'

red 204 ◦ green 182 ◦ blue 115

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

Shades of Putty #CCB673

Tints of Putty #CCB673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 40.72%
G = 36.33%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB673 (or 0xCCB673) is known color: Putty. HEX triplet: CC, B6 and 73. RGB value is (204,182,115). Sum of RGB (Red+Green+Blue) = 204+182+115=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB673 is #33498C. Grayscale: #B5B5B5. Windows color (decimal): -3361165 or 7583436. OLE color: 7583436.

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

Color convert

RGB 204 182 115 -
CMYK 0 0.11 0.44 0.2
HSL 45.17º 0.47% 0.63% -
HSV(B) 45.17º 0.44% 0.8% -
XYZ 44.72 47.53 23.04 -
YUV 180.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 204 182 115 0 0.11 0.44 0.2 45.17 0.47 0.63
Hex CC B6 73 0 B 2C 14 2D 2F 3F
Octal 314 266 163 0 13 54 24 55 57 77
Binary 11001100 10110110 1110011 0 1011 101100 10100 101101 101111 111111

Color Harmonies of #CCB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB673

Black with #CCB673

Text Example


Text Example

White with #CCB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB673; }

 p { color: rgb(204,182,115); }

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

background-color css

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

 a { background-color: rgb(204,182,115); }

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

border-color css

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

 span { border-color: rgb(204,182,115); }

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