Html Css Color HEX #CBAD7D Putty

📋 copy color: '#CBAD7D'

red 203 ◦ green 173 ◦ blue 125

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

Shades of Putty #CBAD7D

Tints of Putty #CBAD7D

RGB

 RED value IS 203 (79.69% from 255) = 40.52%

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 40.52%
G = 34.53%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBAD7D (or 0xCBAD7D) is known color: Putty. HEX triplet: CB, AD and 7D. RGB value is (203,173,125). Sum of RGB (Red+Green+Blue) = 203+173+125=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD7D is #345282. Grayscale: #B0B0B0. Windows color (decimal): -3428995 or 8236491. OLE color: 8236491.

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

Color convert

RGB 203 173 125 -
CMYK 0 0.15 0.38 0.20
HSL 36.92º 0.43% 0.64% -
HSV(B) 36.92º 0.38% 0.8% -
XYZ 43.27 44.06 25.63 -
YUV 176.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 203 173 125 0 0.15 0.38 0.20 36.92 0.43 0.64
Hex CB AD 7D 0 F 26 14 25 2B 40
Octal 313 255 175 0 17 46 24 45 53 100
Binary 11001011 10101101 1111101 0 1111 100110 10100 100101 101011 1000000

Color Harmonies of #CBAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD7D

Black with #CBAD7D

Text Example


Text Example

White with #CBAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD7D; }

 p { color: rgb(203,173,125); }

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

background-color css

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

 a { background-color: rgb(203,173,125); }

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

border-color css

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

 span { border-color: rgb(203,173,125); }

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