Html Css Color HEX #CCB26E Putty

📋 copy color: '#CCB26E'

red 204 ◦ green 178 ◦ blue 110

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

Shades of Putty #CCB26E

Tints of Putty #CCB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 41.46%
G = 36.18%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB26E (or 0xCCB26E) is known color: Putty. HEX triplet: CC, B2 and 6E. RGB value is (204,178,110). Sum of RGB (Red+Green+Blue) = 204+178+110=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26E is #334D91. Grayscale: #B2B2B2. Windows color (decimal): -3362194 or 7254732. OLE color: 7254732.

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

Color convert

RGB 204 178 110 -
CMYK 0 0.13 0.46 0.2
HSL 43.4º 0.48% 0.62% -
HSV(B) 43.4º 0.46% 0.8% -
XYZ 43.64 45.8 21.29 -
YUV 178.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 204 178 110 0 0.13 0.46 0.2 43.4 0.48 0.62
Hex CC B2 6E 0 D 2E 14 2B 30 3E
Octal 314 262 156 0 15 56 24 53 60 76
Binary 11001100 10110010 1101110 0 1101 101110 10100 101011 110000 111110

Color Harmonies of #CCB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB26E

Black with #CCB26E

Text Example


Text Example

White with #CCB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB26E; }

 p { color: rgb(204,178,110); }

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

background-color css

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

 a { background-color: rgb(204,178,110); }

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

border-color css

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

 span { border-color: rgb(204,178,110); }

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