Html Css Color HEX #CCB27A Putty

📋 copy color: '#CCB27A'

red 204 ◦ green 178 ◦ blue 122

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

Shades of Putty #CCB27A

Tints of Putty #CCB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 40.48%
G = 35.32%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCB27A (or 0xCCB27A) is known color: Putty. HEX triplet: CC, B2 and 7A. RGB value is (204,178,122). Sum of RGB (Red+Green+Blue) = 204+178+122=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB27A is #334D85. Grayscale: #B3B3B3. Windows color (decimal): -3362182 or 8041164. OLE color: 8041164.

HSL color Cylindrical-coordinate representation of color #CCB27A: hue angle of 40.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB27A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 122 -
CMYK 0 0.13 0.40 0.2
HSL 40.98º 0.45% 0.64% -
HSV(B) 40.98º 0.4% 0.8% -
XYZ 44.34 46.08 24.97 -
YUV 179.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 204 178 122 0 0.13 0.40 0.2 40.98 0.45 0.64
Hex CC B2 7A 0 D 28 14 29 2D 40
Octal 314 262 172 0 15 50 24 51 55 100
Binary 11001100 10110010 1111010 0 1101 101000 10100 101001 101101 1000000

Color Harmonies of #CCB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB27A

Black with #CCB27A

Text Example


Text Example

White with #CCB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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