Html Css Color HEX #CBA583 Cameo

📋 copy color: '#CBA583'

red 203 ◦ green 165 ◦ blue 131

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

Shades of Cameo #CBA583

Tints of Cameo #CBA583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 40.68%
G = 33.07%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBA583 (or 0xCBA583) is known color: Cameo. HEX triplet: CB, A5 and 83. RGB value is (203,165,131). Sum of RGB (Red+Green+Blue) = 203+165+131=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA583 is #345A7C. Grayscale: #ACACAC. Windows color (decimal): -3431037 or 8627659. OLE color: 8627659.

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

Color convert

RGB 203 165 131 -
CMYK 0 0.19 0.35 0.20
HSL 28.33º 0.41% 0.65% -
HSV(B) 28.33º 0.35% 0.8% -
XYZ 42.18 41.25 27.21 -
YUV 172.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 203 165 131 0 0.19 0.35 0.20 28.33 0.41 0.65
Hex CB A5 83 0 13 23 14 1C 29 41
Octal 313 245 203 0 23 43 24 34 51 101
Binary 11001011 10100101 10000011 0 10011 100011 10100 11100 101001 1000001

Color Harmonies of #CBA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA583

Black with #CBA583

Text Example


Text Example

White with #CBA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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