Html Css Color HEX #CCB26F Putty

📋 copy color: '#CCB26F'

red 204 ◦ green 178 ◦ blue 111

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

Shades of Putty #CCB26F

Tints of Putty #CCB26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 41.38%
G = 36.11%
B = 22.52%

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

#CCB26F (or 0xCCB26F) is known color: Putty. HEX triplet: CC, B2 and 6F. RGB value is (204,178,111). Sum of RGB (Red+Green+Blue) = 204+178+111=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26F is #334D90. Grayscale: #B2B2B2. Windows color (decimal): -3362193 or 7320268. OLE color: 7320268.

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

Color convert

RGB 204 178 111 -
CMYK 0 0.13 0.46 0.2
HSL 43.23º 0.48% 0.62% -
HSV(B) 43.23º 0.46% 0.8% -
XYZ 43.69 45.83 21.58 -
YUV 178.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 204 178 111 0 0.13 0.46 0.2 43.23 0.48 0.62
Hex CC B2 6F 0 D 2E 14 2B 30 3E
Octal 314 262 157 0 15 56 24 53 60 76
Binary 11001100 10110010 1101111 0 1101 101110 10100 101011 110000 111110

Color Harmonies of #CCB26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB26F

Black with #CCB26F

Text Example


Text Example

White with #CCB26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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