Html Css Color HEX #CDB27A Putty

📋 copy color: '#CDB27A'

red 205 ◦ green 178 ◦ blue 122

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

Shades of Putty #CDB27A

Tints of Putty #CDB27A

RGB

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

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

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

R = 40.59%
G = 35.25%
B = 24.16%

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

#CDB27A (or 0xCDB27A) is known color: Putty. HEX triplet: CD, B2 and 7A. RGB value is (205,178,122). Sum of RGB (Red+Green+Blue) = 205+178+122=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB27A is #324D85. Grayscale: #B3B3B3. Windows color (decimal): -3296646 or 8041165. OLE color: 8041165.

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

Color convert

RGB 205 178 122 -
CMYK 0 0.13 0.40 0.20
HSL 40.48º 0.45% 0.64% -
HSV(B) 40.48º 0.4% 0.8% -
XYZ 44.61 46.23 24.98 -
YUV 179.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 205 178 122 0 0.13 0.40 0.20 40.48 0.45 0.64
Hex CD B2 7A 0 D 28 14 28 2D 40
Octal 315 262 172 0 15 50 24 50 55 100
Binary 11001101 10110010 1111010 0 1101 101000 10100 101000 101101 1000000

Color Harmonies of #CDB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB27A

Black with #CDB27A

Text Example


Text Example

White with #CDB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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