Html Css Color HEX #CBA967 Putty

📋 copy color: '#CBA967'

red 203 ◦ green 169 ◦ blue 103

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

Shades of Putty #CBA967

Tints of Putty #CBA967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.58%

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

R = 42.74%
G = 35.58%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBA967 (or 0xCBA967) is known color: Putty. HEX triplet: CB, A9 and 67. RGB value is (203,169,103). Sum of RGB (Red+Green+Blue) = 203+169+103=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA967 is #345698. Grayscale: #ABABAB. Windows color (decimal): -3430041 or 6793675. OLE color: 6793675.

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

Color convert

RGB 203 169 103 -
CMYK 0 0.17 0.49 0.20
HSL 39.6º 0.49% 0.6% -
HSV(B) 39.6º 0.49% 0.8% -
XYZ 41.26 42.05 18.77 -
YUV 171.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 203 169 103 0 0.17 0.49 0.20 39.6 0.49 0.6
Hex CB A9 67 0 11 31 14 28 31 3C
Octal 313 251 147 0 21 61 24 50 61 74
Binary 11001011 10101001 1100111 0 10001 110001 10100 101000 110001 111100

Color Harmonies of #CBA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA967

Black with #CBA967

Text Example


Text Example

White with #CBA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA967; }

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

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

background-color css

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

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

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

border-color css

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

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

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