#CBA67F

Color #CBA67F Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CBA67F

Tints of Cameo #CBA67F

Color information

#CBA67F (or 0xCBA67F) is unknown color: approx Cameo. HEX triplet: CB, A6 and 7F. RGB value is (203,166,127). Sum of RGB (Red+Green+Blue) = 203+166+127=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA67F is #345980. Grayscale: #ACACAC. Windows color (decimal): -3430785 or 8365771. OLE color: 8365771.

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

Color convert

RGB203166127-
CMYK00.180.370.20
HSL30.79º42.22%64.71%-
HSV(B)30.79º37.44%79.61%-
XYZ42.141.525.87-
YUV172.62102.26149.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 127 (50% from 255) = 25.60%
R=40.93%
G=33.47%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316612700.180.370.2030.7942.2264.71
HexCBA67F01225141f2a41
Octal31324617702245243752101
Binary1100101110100110111111101001010010110100111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA67F; }

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

 H1.HeaderClassName
 {
   color: #CBA67F;
 }
 .AnyTagClassName
 {
   color: #CBA67F;
 }
</style>
background-color css

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

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

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

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

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

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