Html Css Color HEX #CBA590 Cameo

📋 copy color: '#CBA590'

red 203 ◦ green 165 ◦ blue 144

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

Shades of Cameo #CBA590

Tints of Cameo #CBA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 39.65%
G = 32.23%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CBA590 (or 0xCBA590) is known color: Cameo. HEX triplet: CB, A5 and 90. RGB value is (203,165,144). Sum of RGB (Red+Green+Blue) = 203+165+144=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA590 is #345A6F. Grayscale: #AEAEAE. Windows color (decimal): -3431024 or 9479627. OLE color: 9479627.

HSL color Cylindrical-coordinate representation of color #CBA590: hue angle of 21.36º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA590 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 144 -
CMYK 0 0.19 0.29 0.20
HSL 21.36º 0.36% 0.68% -
HSV(B) 21.36º 0.29% 0.8% -
XYZ 43.12 41.62 32.15 -
YUV 173.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 203 165 144 0 0.19 0.29 0.20 21.36 0.36 0.68
Hex CB A5 90 0 13 1D 14 15 24 44
Octal 313 245 220 0 23 35 24 25 44 104
Binary 11001011 10100101 10010000 0 10011 11101 10100 10101 100100 1000100

Color Harmonies of #CBA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA590

Black with #CBA590

Text Example


Text Example

White with #CBA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA590; }

 p { color: rgb(203,165,144); }

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

background-color css

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

 a { background-color: rgb(203,165,144); }

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

border-color css

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

 span { border-color: rgb(203,165,144); }

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