Html Css Color HEX #CCB27B Putty

📋 copy color: '#CCB27B'

red 204 ◦ green 178 ◦ blue 123

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

Shades of Putty #CCB27B

Tints of Putty #CCB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.36%

R = 40.4%
G = 35.25%
B = 24.36%

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

#CCB27B (or 0xCCB27B) is known color: Putty. HEX triplet: CC, B2 and 7B. RGB value is (204,178,123). Sum of RGB (Red+Green+Blue) = 204+178+123=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB27B is #334D84. Grayscale: #B3B3B3. Windows color (decimal): -3362181 or 8106700. OLE color: 8106700.

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

Color convert

RGB 204 178 123 -
CMYK 0 0.13 0.40 0.2
HSL 40.74º 0.44% 0.64% -
HSV(B) 40.74º 0.4% 0.8% -
XYZ 44.4 46.11 25.3 -
YUV 179.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 204 178 123 0 0.13 0.40 0.2 40.74 0.44 0.64
Hex CC B2 7B 0 D 28 14 29 2C 40
Octal 314 262 173 0 15 50 24 51 54 100
Binary 11001100 10110010 1111011 0 1101 101000 10100 101001 101100 1000000

Color Harmonies of #CCB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB27B

Black with #CCB27B

Text Example


Text Example

White with #CCB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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