Html Css Color HEX #CBA589 Cameo

📋 copy color: '#CBA589'

red 203 ◦ green 165 ◦ blue 137

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

Shades of Cameo #CBA589

Tints of Cameo #CBA589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 40.2%
G = 32.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBA589 (or 0xCBA589) is known color: Cameo. HEX triplet: CB, A5 and 89. RGB value is (203,165,137). Sum of RGB (Red+Green+Blue) = 203+165+137=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA589 is #345A76. Grayscale: #ADADAD. Windows color (decimal): -3431031 or 9020875. OLE color: 9020875.

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

Color convert

RGB 203 165 137 -
CMYK 0 0.19 0.33 0.20
HSL 25.45º 0.39% 0.67% -
HSV(B) 25.45º 0.33% 0.8% -
XYZ 42.6 41.41 29.42 -
YUV 173.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 203 165 137 0 0.19 0.33 0.20 25.45 0.39 0.67
Hex CB A5 89 0 13 21 14 19 27 43
Octal 313 245 211 0 23 41 24 31 47 103
Binary 11001011 10100101 10001001 0 10011 100001 10100 11001 100111 1000011

Color Harmonies of #CBA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA589

Black with #CBA589

Text Example


Text Example

White with #CBA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA589; }

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

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

background-color css

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

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

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

border-color css

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

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

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