Html Css Color HEX #CBA769 Putty

📋 copy color: '#CBA769'

red 203 ◦ green 167 ◦ blue 105

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

Shades of Putty #CBA769

Tints of Putty #CBA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 105 (41.41% from 255) = 22.11%

R = 42.74%
G = 35.16%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA769 (or 0xCBA769) is known color: Putty. HEX triplet: CB, A7 and 69. RGB value is (203,167,105). Sum of RGB (Red+Green+Blue) = 203+167+105=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA769 is #345896. Grayscale: #AAAAAA. Windows color (decimal): -3430551 or 6924235. OLE color: 6924235.

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

Color convert

RGB 203 167 105 -
CMYK 0 0.18 0.48 0.20
HSL 37.96º 0.49% 0.6% -
HSV(B) 37.96º 0.48% 0.8% -
XYZ 41 41.35 19.19 -
YUV 170.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 203 167 105 0 0.18 0.48 0.20 37.96 0.49 0.6
Hex CB A7 69 0 12 30 14 26 31 3C
Octal 313 247 151 0 22 60 24 46 61 74
Binary 11001011 10100111 1101001 0 10010 110000 10100 100110 110001 111100

Color Harmonies of #CBA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA769

Black with #CBA769

Text Example


Text Example

White with #CBA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA769; }

 p { color: rgb(203,167,105); }

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

background-color css

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

 a { background-color: rgb(203,167,105); }

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

border-color css

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

 span { border-color: rgb(203,167,105); }

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