Html Css Color HEX #CBA389 Cameo

📋 copy color: '#CBA389'

red 203 ◦ green 163 ◦ blue 137

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

Shades of Cameo #CBA389

Tints of Cameo #CBA389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

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

R = 40.36%
G = 32.41%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBA389 (or 0xCBA389) is known color: Cameo. HEX triplet: CB, A3 and 89. RGB value is (203,163,137). Sum of RGB (Red+Green+Blue) = 203+163+137=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA389 is #345C76. Grayscale: #ACACAC. Windows color (decimal): -3431543 or 9020363. OLE color: 9020363.

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

Color convert

RGB 203 163 137 -
CMYK 0 0.20 0.33 0.20
HSL 23.64º 0.39% 0.67% -
HSV(B) 23.64º 0.33% 0.8% -
XYZ 42.24 40.7 29.3 -
YUV 172 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 203 163 137 0 0.20 0.33 0.20 23.64 0.39 0.67
Hex CB A3 89 0 14 21 14 18 27 43
Octal 313 243 211 0 24 41 24 30 47 103
Binary 11001011 10100011 10001001 0 10100 100001 10100 11000 100111 1000011

Color Harmonies of #CBA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA389

Black with #CBA389

Text Example


Text Example

White with #CBA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA389; }

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

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

background-color css

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

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

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

border-color css

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

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

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