Html Css Color HEX #CDB678 Putty

📋 copy color: '#CDB678'

red 205 ◦ green 182 ◦ blue 120

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

Shades of Putty #CDB678

Tints of Putty #CDB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 40.43%
G = 35.9%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB678 (or 0xCDB678) is known color: Putty. HEX triplet: CD, B6 and 78. RGB value is (205,182,120). Sum of RGB (Red+Green+Blue) = 205+182+120=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB678 is #324987. Grayscale: #B6B6B6. Windows color (decimal): -3295624 or 7911117. OLE color: 7911117.

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

Color convert

RGB 205 182 120 -
CMYK 0 0.11 0.41 0.20
HSL 43.76º 0.46% 0.64% -
HSV(B) 43.76º 0.41% 0.8% -
XYZ 45.29 47.79 24.61 -
YUV 181.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 205 182 120 0 0.11 0.41 0.20 43.76 0.46 0.64
Hex CD B6 78 0 B 29 14 2C 2E 40
Octal 315 266 170 0 13 51 24 54 56 100
Binary 11001101 10110110 1111000 0 1011 101001 10100 101100 101110 1000000

Color Harmonies of #CDB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB678

Black with #CDB678

Text Example


Text Example

White with #CDB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB678; }

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

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

background-color css

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

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

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

border-color css

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

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

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