Html Css Color HEX #CBA668 Putty

📋 copy color: '#CBA668'

red 203 ◦ green 166 ◦ blue 104

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

Shades of Putty #CBA668

Tints of Putty #CBA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 42.92%
G = 35.1%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBA668 (or 0xCBA668) is known color: Putty. HEX triplet: CB, A6 and 68. RGB value is (203,166,104). Sum of RGB (Red+Green+Blue) = 203+166+104=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA668 is #345997. Grayscale: #AAAAAA. Windows color (decimal): -3430808 or 6858443. OLE color: 6858443.

HSL color Cylindrical-coordinate representation of color #CBA668: hue angle of 37.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBA668 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 104 -
CMYK 0 0.18 0.49 0.20
HSL 37.58º 0.49% 0.6% -
HSV(B) 37.58º 0.49% 0.8% -
XYZ 40.76 40.97 18.86 -
YUV 170 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 203 166 104 0 0.18 0.49 0.20 37.58 0.49 0.6
Hex CB A6 68 0 12 31 14 26 31 3C
Octal 313 246 150 0 22 61 24 46 61 74
Binary 11001011 10100110 1101000 0 10010 110001 10100 100110 110001 111100

Color Harmonies of #CBA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA668

Black with #CBA668

Text Example


Text Example

White with #CBA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA668; }

 p { color: rgb(203,166,104); }

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

background-color css

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

 a { background-color: rgb(203,166,104); }

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

border-color css

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

 span { border-color: rgb(203,166,104); }

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