Html Css Color HEX #CDB27C Putty

📋 copy color: '#CDB27C'

red 205 ◦ green 178 ◦ blue 124

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

Shades of Putty #CDB27C

Tints of Putty #CDB27C

RGB

 RED value IS 205 (80.47% from 255) = 40.43%

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 40.43%
G = 35.11%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDB27C (or 0xCDB27C) is known color: Putty. HEX triplet: CD, B2 and 7C. RGB value is (205,178,124). Sum of RGB (Red+Green+Blue) = 205+178+124=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB27C is #324D83. Grayscale: #B4B4B4. Windows color (decimal): -3296644 or 8172237. OLE color: 8172237.

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

Color convert

RGB 205 178 124 -
CMYK 0 0.13 0.40 0.20
HSL 40º 0.45% 0.65% -
HSV(B) 40º 0.4% 0.8% -
XYZ 44.74 46.28 25.64 -
YUV 179.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 205 178 124 0 0.13 0.40 0.20 40 0.45 0.65
Hex CD B2 7C 0 D 28 14 28 2D 41
Octal 315 262 174 0 15 50 24 50 55 101
Binary 11001101 10110010 1111100 0 1101 101000 10100 101000 101101 1000001

Color Harmonies of #CDB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB27C

Black with #CDB27C

Text Example


Text Example

White with #CDB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB27C; }

 p { color: rgb(205,178,124); }

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

background-color css

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

 a { background-color: rgb(205,178,124); }

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

border-color css

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

 span { border-color: rgb(205,178,124); }

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