Html Css Color HEX #CDB478 Putty

📋 copy color: '#CDB478'

red 205 ◦ green 180 ◦ blue 120

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

Shades of Putty #CDB478

Tints of Putty #CDB478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 40.59%
G = 35.64%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB478 (or 0xCDB478) is known color: Putty. HEX triplet: CD, B4 and 78. RGB value is (205,180,120). Sum of RGB (Red+Green+Blue) = 205+180+120=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB478 is #324B87. Grayscale: #B4B4B4. Windows color (decimal): -3296136 or 7910605. OLE color: 7910605.

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

Color convert

RGB 205 180 120 -
CMYK 0 0.12 0.41 0.20
HSL 42.35º 0.46% 0.64% -
HSV(B) 42.35º 0.41% 0.8% -
XYZ 44.89 46.98 24.47 -
YUV 180.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 205 180 120 0 0.12 0.41 0.20 42.35 0.46 0.64
Hex CD B4 78 0 C 29 14 2A 2E 40
Octal 315 264 170 0 14 51 24 52 56 100
Binary 11001101 10110100 1111000 0 1100 101001 10100 101010 101110 1000000

Color Harmonies of #CDB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB478

Black with #CDB478

Text Example


Text Example

White with #CDB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB478; }

 p { color: rgb(205,180,120); }

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

background-color css

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

 a { background-color: rgb(205,180,120); }

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

border-color css

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

 span { border-color: rgb(205,180,120); }

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