Html Css Color HEX #CBA57F Cameo

📋 copy color: '#CBA57F'

red 203 ◦ green 165 ◦ blue 127

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

Shades of Cameo #CBA57F

Tints of Cameo #CBA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 41.01%
G = 33.33%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBA57F (or 0xCBA57F) is known color: Cameo. HEX triplet: CB, A5 and 7F. RGB value is (203,165,127). Sum of RGB (Red+Green+Blue) = 203+165+127=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA57F is #345A80. Grayscale: #ACACAC. Windows color (decimal): -3431041 or 8365515. OLE color: 8365515.

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

Color convert

RGB 203 165 127 -
CMYK 0 0.19 0.37 0.20
HSL 30º 0.42% 0.65% -
HSV(B) 30º 0.37% 0.8% -
XYZ 41.91 41.14 25.81 -
YUV 172.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 203 165 127 0 0.19 0.37 0.20 30 0.42 0.65
Hex CB A5 7F 0 13 25 14 1E 2A 41
Octal 313 245 177 0 23 45 24 36 52 101
Binary 11001011 10100101 1111111 0 10011 100101 10100 11110 101010 1000001

Color Harmonies of #CBA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA57F

Black with #CBA57F

Text Example


Text Example

White with #CBA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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