Html Css Color HEX #CDB07C Putty

📋 copy color: '#CDB07C'

red 205 ◦ green 176 ◦ blue 124

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

Shades of Putty #CDB07C

Tints of Putty #CDB07C

RGB

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

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

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

R = 40.59%
G = 34.85%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDB07C (or 0xCDB07C) is known color: Putty. HEX triplet: CD, B0 and 7C. RGB value is (205,176,124). Sum of RGB (Red+Green+Blue) = 205+176+124=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07C is #324F83. Grayscale: #B2B2B2. Windows color (decimal): -3297156 or 8171725. OLE color: 8171725.

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

Color convert

RGB 205 176 124 -
CMYK 0 0.14 0.40 0.20
HSL 38.52º 0.45% 0.65% -
HSV(B) 38.52º 0.4% 0.8% -
XYZ 44.34 45.49 25.51 -
YUV 178.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 205 176 124 0 0.14 0.40 0.20 38.52 0.45 0.65
Hex CD B0 7C 0 E 28 14 27 2D 41
Octal 315 260 174 0 16 50 24 47 55 101
Binary 11001101 10110000 1111100 0 1110 101000 10100 100111 101101 1000001

Color Harmonies of #CDB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB07C

Black with #CDB07C

Text Example


Text Example

White with #CDB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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