Html Css Color HEX #CDB077 Putty

📋 copy color: '#CDB077'

red 205 ◦ green 176 ◦ blue 119

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

Shades of Putty #CDB077

Tints of Putty #CDB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 119 (46.88% from 255) = 23.8%

R = 41%
G = 35.2%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB077 (or 0xCDB077) is known color: Putty. HEX triplet: CD, B0 and 77. RGB value is (205,176,119). Sum of RGB (Red+Green+Blue) = 205+176+119=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB077 is #324F88. Grayscale: #B2B2B2. Windows color (decimal): -3297161 or 7844045. OLE color: 7844045.

HSL color Cylindrical-coordinate representation of color #CDB077: hue angle of 39.77º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB077 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 119 -
CMYK 0 0.14 0.42 0.20
HSL 39.77º 0.46% 0.64% -
HSV(B) 39.77º 0.42% 0.8% -
XYZ 44.03 45.36 23.89 -
YUV 178.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 205 176 119 0 0.14 0.42 0.20 39.77 0.46 0.64
Hex CD B0 77 0 E 2A 14 28 2E 40
Octal 315 260 167 0 16 52 24 50 56 100
Binary 11001101 10110000 1110111 0 1110 101010 10100 101000 101110 1000000

Color Harmonies of #CDB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB077

Black with #CDB077

Text Example


Text Example

White with #CDB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB077; }

 p { color: rgb(205,176,119); }

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

background-color css

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

 a { background-color: rgb(205,176,119); }

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

border-color css

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

 span { border-color: rgb(205,176,119); }

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