Html Css Color HEX #CCB26D Putty

📋 copy color: '#CCB26D'

red 204 ◦ green 178 ◦ blue 109

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

Shades of Putty #CCB26D

Tints of Putty #CCB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 41.55%
G = 36.25%
B = 22.2%

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

#CCB26D (or 0xCCB26D) is known color: Putty. HEX triplet: CC, B2 and 6D. RGB value is (204,178,109). Sum of RGB (Red+Green+Blue) = 204+178+109=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26D is #334D92. Grayscale: #B2B2B2. Windows color (decimal): -3362195 or 7189196. OLE color: 7189196.

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

Color convert

RGB 204 178 109 -
CMYK 0 0.13 0.47 0.2
HSL 43.58º 0.48% 0.61% -
HSV(B) 43.58º 0.47% 0.8% -
XYZ 43.58 45.78 21.01 -
YUV 177.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 204 178 109 0 0.13 0.47 0.2 43.58 0.48 0.61
Hex CC B2 6D 0 D 2F 14 2C 30 3D
Octal 314 262 155 0 15 57 24 54 60 75
Binary 11001100 10110010 1101101 0 1101 101111 10100 101100 110000 111101

Color Harmonies of #CCB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB26D

Black with #CCB26D

Text Example


Text Example

White with #CCB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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