Html Css Color HEX #CEA277 Cameo

📋 copy color: '#CEA277'

red 206 ◦ green 162 ◦ blue 119

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

Shades of Cameo #CEA277

Tints of Cameo #CEA277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 42.3%
G = 33.26%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA277 (or 0xCEA277) is known color: Cameo. HEX triplet: CE, A2 and 77. RGB value is (206,162,119). Sum of RGB (Red+Green+Blue) = 206+162+119=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA277 is #315D88. Grayscale: #AAAAAA. Windows color (decimal): -3235209 or 7840462. OLE color: 7840462.

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

Color convert

RGB 206 162 119 -
CMYK 0 0.21 0.42 0.19
HSL 29.66º 0.47% 0.64% -
HSV(B) 29.66º 0.42% 0.81% -
XYZ 41.7 40.29 23.03 -
YUV 170.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 206 162 119 0 0.21 0.42 0.19 29.66 0.47 0.64
Hex CE A2 77 0 15 2A 13 1E 2F 40
Octal 316 242 167 0 25 52 23 36 57 100
Binary 11001110 10100010 1110111 0 10101 101010 10011 11110 101111 1000000

Color Harmonies of #CEA277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA277

Black with #CEA277

Text Example


Text Example

White with #CEA277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA277; }

 p { color: rgb(206,162,119); }

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

background-color css

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

 a { background-color: rgb(206,162,119); }

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

border-color css

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

 span { border-color: rgb(206,162,119); }

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