Html Css Color HEX #CBA667 Putty

📋 copy color: '#CBA667'

red 203 ◦ green 166 ◦ blue 103

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

Shades of Putty #CBA667

Tints of Putty #CBA667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 43.01%
G = 35.17%
B = 21.82%

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

#CBA667 (or 0xCBA667) is known color: Putty. HEX triplet: CB, A6 and 67. RGB value is (203,166,103). Sum of RGB (Red+Green+Blue) = 203+166+103=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA667 is #345998. Grayscale: #AAAAAA. Windows color (decimal): -3430809 or 6792907. OLE color: 6792907.

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

Color convert

RGB 203 166 103 -
CMYK 0 0.18 0.49 0.20
HSL 37.8º 0.49% 0.6% -
HSV(B) 37.8º 0.49% 0.8% -
XYZ 40.71 40.95 18.59 -
YUV 169.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 203 166 103 0 0.18 0.49 0.20 37.8 0.49 0.6
Hex CB A6 67 0 12 31 14 26 31 3C
Octal 313 246 147 0 22 61 24 46 61 74
Binary 11001011 10100110 1100111 0 10010 110001 10100 100110 110001 111100

Color Harmonies of #CBA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA667

Black with #CBA667

Text Example


Text Example

White with #CBA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA667; }

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

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

background-color css

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

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

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

border-color css

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

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

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