Html Css Color HEX #CBA783 Cameo

📋 copy color: '#CBA783'

red 203 ◦ green 167 ◦ blue 131

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

Shades of Cameo #CBA783

Tints of Cameo #CBA783

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.33%

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

R = 40.52%
G = 33.33%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBA783 (or 0xCBA783) is known color: Cameo. HEX triplet: CB, A7 and 83. RGB value is (203,167,131). Sum of RGB (Red+Green+Blue) = 203+167+131=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA783 is #34587C. Grayscale: #ADADAD. Windows color (decimal): -3430525 or 8628171. OLE color: 8628171.

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

Color convert

RGB 203 167 131 -
CMYK 0 0.18 0.35 0.20
HSL 30º 0.41% 0.65% -
HSV(B) 30º 0.35% 0.8% -
XYZ 42.54 41.97 27.33 -
YUV 173.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 203 167 131 0 0.18 0.35 0.20 30 0.41 0.65
Hex CB A7 83 0 12 23 14 1E 29 41
Octal 313 247 203 0 22 43 24 36 51 101
Binary 11001011 10100111 10000011 0 10010 100011 10100 11110 101001 1000001

Color Harmonies of #CBA783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA783

Black with #CBA783

Text Example


Text Example

White with #CBA783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA783; }

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

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

background-color css

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

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

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

border-color css

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

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

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