Html Css Color HEX #CCB26C Putty

📋 copy color: '#CCB26C'

red 204 ◦ green 178 ◦ blue 108

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

Shades of Putty #CCB26C

Tints of Putty #CCB26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 41.63%
G = 36.33%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB26C (or 0xCCB26C) is known color: Putty. HEX triplet: CC, B2 and 6C. RGB value is (204,178,108). Sum of RGB (Red+Green+Blue) = 204+178+108=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26C is #334D93. Grayscale: #B2B2B2. Windows color (decimal): -3362196 or 7123660. OLE color: 7123660.

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

Color convert

RGB 204 178 108 -
CMYK 0 0.13 0.47 0.2
HSL 43.75º 0.48% 0.61% -
HSV(B) 43.75º 0.47% 0.8% -
XYZ 43.53 45.76 20.73 -
YUV 177.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 204 178 108 0 0.13 0.47 0.2 43.75 0.48 0.61
Hex CC B2 6C 0 D 2F 14 2C 30 3D
Octal 314 262 154 0 15 57 24 54 60 75
Binary 11001100 10110010 1101100 0 1101 101111 10100 101100 110000 111101

Color Harmonies of #CCB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB26C

Black with #CCB26C

Text Example


Text Example

White with #CCB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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