Html Css Color HEX #CCB56B Putty

📋 copy color: '#CCB56B'

red 204 ◦ green 181 ◦ blue 107

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

Shades of Putty #CCB56B

Tints of Putty #CCB56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 41.46%
G = 36.79%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCB56B (or 0xCCB56B) is known color: Putty. HEX triplet: CC, B5 and 6B. RGB value is (204,181,107). Sum of RGB (Red+Green+Blue) = 204+181+107=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB56B is #334A94. Grayscale: #B3B3B3. Windows color (decimal): -3361429 or 7058892. OLE color: 7058892.

HSL color Cylindrical-coordinate representation of color #CCB56B: hue angle of 45.77º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB56B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 107 -
CMYK 0 0.11 0.48 0.2
HSL 45.77º 0.49% 0.61% -
HSV(B) 45.77º 0.48% 0.8% -
XYZ 44.08 46.95 20.65 -
YUV 179.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 204 181 107 0 0.11 0.48 0.2 45.77 0.49 0.61
Hex CC B5 6B 0 B 30 14 2E 31 3D
Octal 314 265 153 0 13 60 24 56 61 75
Binary 11001100 10110101 1101011 0 1011 110000 10100 101110 110001 111101

Color Harmonies of #CCB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB56B

Black with #CCB56B

Text Example


Text Example

White with #CCB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB56B; }

 p { color: rgb(204,181,107); }

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

background-color css

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

 a { background-color: rgb(204,181,107); }

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

border-color css

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

 span { border-color: rgb(204,181,107); }

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