Html Css Color HEX #CEA67D Cameo

📋 copy color: '#CEA67D'

red 206 ◦ green 166 ◦ blue 125

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

Shades of Cameo #CEA67D

Tints of Cameo #CEA67D

RGB

 RED value IS 206 (80.86% from 255) = 41.45%

 GREEN value IS 166 (65.23% from 255) = 33.4%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 41.45%
G = 33.4%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEA67D (or 0xCEA67D) is known color: Cameo. HEX triplet: CE, A6 and 7D. RGB value is (206,166,125). Sum of RGB (Red+Green+Blue) = 206+166+125=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA67D is #315982. Grayscale: #ADADAD. Windows color (decimal): -3234179 or 8234702. OLE color: 8234702.

HSL color Cylindrical-coordinate representation of color #CEA67D: hue angle of 30.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEA67D is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 125 -
CMYK 0 0.19 0.39 0.19
HSL 30.37º 0.45% 0.65% -
HSV(B) 30.37º 0.39% 0.81% -
XYZ 42.79 41.87 25.23 -
YUV 173.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 206 166 125 0 0.19 0.39 0.19 30.37 0.45 0.65
Hex CE A6 7D 0 13 27 13 1E 2D 41
Octal 316 246 175 0 23 47 23 36 55 101
Binary 11001110 10100110 1111101 0 10011 100111 10011 11110 101101 1000001

Color Harmonies of #CEA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA67D

Black with #CEA67D

Text Example


Text Example

White with #CEA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA67D; }

 p { color: rgb(206,166,125); }

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

background-color css

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

 a { background-color: rgb(206,166,125); }

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

border-color css

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

 span { border-color: rgb(206,166,125); }

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