Html Css Color HEX #CCB26B Putty

📋 copy color: '#CCB26B'

red 204 ◦ green 178 ◦ blue 107

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

Shades of Putty #CCB26B

Tints of Putty #CCB26B

RGB

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

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

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

R = 41.72%
G = 36.4%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCB26B (or 0xCCB26B) is known color: Putty. HEX triplet: CC, B2 and 6B. RGB value is (204,178,107). Sum of RGB (Red+Green+Blue) = 204+178+107=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26B is #334D94. Grayscale: #B1B1B1. Windows color (decimal): -3362197 or 7058124. OLE color: 7058124.

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

Color convert

RGB 204 178 107 -
CMYK 0 0.13 0.48 0.2
HSL 43.92º 0.49% 0.61% -
HSV(B) 43.92º 0.48% 0.8% -
XYZ 43.48 45.74 20.45 -
YUV 177.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 204 178 107 0 0.13 0.48 0.2 43.92 0.49 0.61
Hex CC B2 6B 0 D 30 14 2C 31 3D
Octal 314 262 153 0 15 60 24 54 61 75
Binary 11001100 10110010 1101011 0 1101 110000 10100 101100 110001 111101

Color Harmonies of #CCB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB26B

Black with #CCB26B

Text Example


Text Example

White with #CCB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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