Html Css Color HEX #CBAF7D Putty

📋 copy color: '#CBAF7D'

red 203 ◦ green 175 ◦ blue 125

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

Shades of Putty #CBAF7D

Tints of Putty #CBAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 40.36%
G = 34.79%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBAF7D (or 0xCBAF7D) is known color: Putty. HEX triplet: CB, AF and 7D. RGB value is (203,175,125). Sum of RGB (Red+Green+Blue) = 203+175+125=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF7D is #345082. Grayscale: #B1B1B1. Windows color (decimal): -3428483 or 8237003. OLE color: 8237003.

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

Color convert

RGB 203 175 125 -
CMYK 0 0.14 0.38 0.20
HSL 38.46º 0.43% 0.64% -
HSV(B) 38.46º 0.38% 0.8% -
XYZ 43.66 44.84 25.76 -
YUV 177.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 203 175 125 0 0.14 0.38 0.20 38.46 0.43 0.64
Hex CB AF 7D 0 E 26 14 26 2B 40
Octal 313 257 175 0 16 46 24 46 53 100
Binary 11001011 10101111 1111101 0 1110 100110 10100 100110 101011 1000000

Color Harmonies of #CBAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF7D

Black with #CBAF7D

Text Example


Text Example

White with #CBAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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