#CFA38A

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

Shades of Cameo #CFA38A

Tints of Cameo #CFA38A

Color information

#CFA38A (or 0xCFA38A) is unknown color: approx Cameo. HEX triplet: CF, A3 and 8A. RGB value is (207,163,138). Sum of RGB (Red+Green+Blue) = 207+163+138=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA38A is #305C75. Grayscale: #ADADAD. Windows color (decimal): -3169398 or 9085903. OLE color: 9085903.

HSL color Cylindrical-coordinate representation of color #CFA38A: hue angle of 21.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA38A is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207163138-
CMYK00.210.330.19
HSL21.74º41.82%67.65%-
HSV(B)21.74º33.33%81.18%-
XYZ43.4241.2929.73-
YUV173.31108.08152.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=40.75%
G=32.09%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716313800.210.330.1921.7441.8267.65
HexCFA38A0152113162a44
Octal31724321202541232652104
Binary11001111101000111000101001010110000110011101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA38A; }

 p { color: rgb(207,163,138); }

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

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

 a { background-color: rgb(207,163,138); }

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

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

 span { border-color: rgb(207,163,138); }

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