Html Css Color HEX #CBA175 Cameo

📋 copy color: '#CBA175'

red 203 ◦ green 161 ◦ blue 117

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

Shades of Cameo #CBA175

Tints of Cameo #CBA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 42.2%
G = 33.47%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBA175 (or 0xCBA175) is known color: Cameo. HEX triplet: CB, A1 and 75. RGB value is (203,161,117). Sum of RGB (Red+Green+Blue) = 203+161+117=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA175 is #345E8A. Grayscale: #A8A8A8. Windows color (decimal): -3432075 or 7709131. OLE color: 7709131.

HSL color Cylindrical-coordinate representation of color #CBA175: hue angle of 30.7º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA175 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 117 -
CMYK 0 0.21 0.42 0.20
HSL 30.7º 0.45% 0.63% -
HSV(B) 30.7º 0.42% 0.8% -
XYZ 40.58 39.47 22.31 -
YUV 168.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 203 161 117 0 0.21 0.42 0.20 30.7 0.45 0.63
Hex CB A1 75 0 15 2A 14 1F 2D 3F
Octal 313 241 165 0 25 52 24 37 55 77
Binary 11001011 10100001 1110101 0 10101 101010 10100 11111 101101 111111

Color Harmonies of #CBA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA175

Black with #CBA175

Text Example


Text Example

White with #CBA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA175; }

 p { color: rgb(203,161,117); }

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

background-color css

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

 a { background-color: rgb(203,161,117); }

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

border-color css

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

 span { border-color: rgb(203,161,117); }

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