Html Css Color HEX #CDB279 Putty

📋 copy color: '#CDB279'

red 205 ◦ green 178 ◦ blue 121

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

Shades of Putty #CDB279

Tints of Putty #CDB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 40.67%
G = 35.32%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB279 (or 0xCDB279) is known color: Putty. HEX triplet: CD, B2 and 79. RGB value is (205,178,121). Sum of RGB (Red+Green+Blue) = 205+178+121=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB279 is #324D86. Grayscale: #B3B3B3. Windows color (decimal): -3296647 or 7975629. OLE color: 7975629.

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

Color convert

RGB 205 178 121 -
CMYK 0 0.13 0.41 0.20
HSL 40.71º 0.46% 0.64% -
HSV(B) 40.71º 0.41% 0.8% -
XYZ 44.55 46.2 24.66 -
YUV 179.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 205 178 121 0 0.13 0.41 0.20 40.71 0.46 0.64
Hex CD B2 79 0 D 29 14 29 2E 40
Octal 315 262 171 0 15 51 24 51 56 100
Binary 11001101 10110010 1111001 0 1101 101001 10100 101001 101110 1000000

Color Harmonies of #CDB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB279

Black with #CDB279

Text Example


Text Example

White with #CDB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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