Html Css Color HEX #CBAC6E Putty

📋 copy color: '#CBAC6E'

red 203 ◦ green 172 ◦ blue 110

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

Shades of Putty #CBAC6E

Tints of Putty #CBAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 41.86%
G = 35.46%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBAC6E (or 0xCBAC6E) is known color: Putty. HEX triplet: CB, AC and 6E. RGB value is (203,172,110). Sum of RGB (Red+Green+Blue) = 203+172+110=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC6E is #345391. Grayscale: #AEAEAE. Windows color (decimal): -3429266 or 7253195. OLE color: 7253195.

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

Color convert

RGB 203 172 110 -
CMYK 0 0.15 0.46 0.20
HSL 40º 0.47% 0.61% -
HSV(B) 40º 0.46% 0.8% -
XYZ 42.2 43.33 20.89 -
YUV 174.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 203 172 110 0 0.15 0.46 0.20 40 0.47 0.61
Hex CB AC 6E 0 F 2E 14 28 2F 3D
Octal 313 254 156 0 17 56 24 50 57 75
Binary 11001011 10101100 1101110 0 1111 101110 10100 101000 101111 111101

Color Harmonies of #CBAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC6E

Black with #CBAC6E

Text Example


Text Example

White with #CBAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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