Html Css Color HEX #CBAF6E Putty

📋 copy color: '#CBAF6E'

red 203 ◦ green 175 ◦ blue 110

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

Shades of Putty #CBAF6E

Tints of Putty #CBAF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 41.6%
G = 35.86%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBAF6E (or 0xCBAF6E) is known color: Putty. HEX triplet: CB, AF and 6E. RGB value is (203,175,110). Sum of RGB (Red+Green+Blue) = 203+175+110=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF6E is #345091. Grayscale: #B0B0B0. Windows color (decimal): -3428498 or 7253963. OLE color: 7253963.

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

Color convert

RGB 203 175 110 -
CMYK 0 0.14 0.46 0.20
HSL 41.94º 0.47% 0.61% -
HSV(B) 41.94º 0.46% 0.8% -
XYZ 42.77 44.48 21.08 -
YUV 175.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 203 175 110 0 0.14 0.46 0.20 41.94 0.47 0.61
Hex CB AF 6E 0 E 2E 14 2A 2F 3D
Octal 313 257 156 0 16 56 24 52 57 75
Binary 11001011 10101111 1101110 0 1110 101110 10100 101010 101111 111101

Color Harmonies of #CBAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF6E

Black with #CBAF6E

Text Example


Text Example

White with #CBAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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