Html Css Color HEX #CDB273 Putty

📋 copy color: '#CDB273'

red 205 ◦ green 178 ◦ blue 115

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

Shades of Putty #CDB273

Tints of Putty #CDB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 41.16%
G = 35.74%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB273 (or 0xCDB273) is known color: Putty. HEX triplet: CD, B2 and 73. RGB value is (205,178,115). Sum of RGB (Red+Green+Blue) = 205+178+115=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB273 is #324D8C. Grayscale: #B3B3B3. Windows color (decimal): -3296653 or 7582413. OLE color: 7582413.

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

Color convert

RGB 205 178 115 -
CMYK 0 0.13 0.44 0.20
HSL 42º 0.47% 0.63% -
HSV(B) 42º 0.44% 0.8% -
XYZ 44.19 46.06 22.78 -
YUV 178.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 205 178 115 0 0.13 0.44 0.20 42 0.47 0.63
Hex CD B2 73 0 D 2C 14 2A 2F 3F
Octal 315 262 163 0 15 54 24 52 57 77
Binary 11001101 10110010 1110011 0 1101 101100 10100 101010 101111 111111

Color Harmonies of #CDB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB273

Black with #CDB273

Text Example


Text Example

White with #CDB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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