Html Css Color HEX #CFA389 Cameo

📋 copy color: '#CFA389'

red 207 ◦ green 163 ◦ blue 137

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

Shades of Cameo #CFA389

Tints of Cameo #CFA389

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

 GREEN value IS 163 (64.06% from 255) = 32.15%

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 40.83%
G = 32.15%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CFA389 (or 0xCFA389) is known color: Cameo. HEX triplet: CF, A3 and 89. RGB value is (207,163,137). Sum of RGB (Red+Green+Blue) = 207+163+137=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA389 is #305C76. Grayscale: #ADADAD. Windows color (decimal): -3169399 or 9020367. OLE color: 9020367.

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

Color convert

RGB 207 163 137 -
CMYK 0 0.21 0.34 0.19
HSL 22.29º 0.42% 0.67% -
HSV(B) 22.29º 0.34% 0.81% -
XYZ 43.34 41.27 29.35 -
YUV 173.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 207 163 137 0 0.21 0.34 0.19 22.29 0.42 0.67
Hex CF A3 89 0 15 22 13 16 2A 43
Octal 317 243 211 0 25 42 23 26 52 103
Binary 11001111 10100011 10001001 0 10101 100010 10011 10110 101010 1000011

Color Harmonies of #CFA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA389

Black with #CFA389

Text Example


Text Example

White with #CFA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA389; }

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

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

background-color css

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

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

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

border-color css

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

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

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