Html Css Color HEX #CEB27F Calico

📋 copy color: '#CEB27F'

red 206 ◦ green 178 ◦ blue 127

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

Shades of Calico #CEB27F

Tints of Calico #CEB27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

 BLUE value IS 127 (50% from 255) = 24.85%

R = 40.31%
G = 34.83%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB27F (or 0xCEB27F) is known color: Calico. HEX triplet: CE, B2 and 7F. RGB value is (206,178,127). Sum of RGB (Red+Green+Blue) = 206+178+127=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB27F is #314D80. Grayscale: #B4B4B4. Windows color (decimal): -3231105 or 8368846. OLE color: 8368846.

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

Color convert

RGB 206 178 127 -
CMYK 0 0.14 0.38 0.19
HSL 38.73º 0.45% 0.65% -
HSV(B) 38.73º 0.38% 0.81% -
XYZ 45.2 46.49 26.67 -
YUV 180.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 206 178 127 0 0.14 0.38 0.19 38.73 0.45 0.65
Hex CE B2 7F 0 E 26 13 27 2D 41
Octal 316 262 177 0 16 46 23 47 55 101
Binary 11001110 10110010 1111111 0 1110 100110 10011 100111 101101 1000001

Color Harmonies of #CEB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB27F

Black with #CEB27F

Text Example


Text Example

White with #CEB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB27F; }

 p { color: rgb(206,178,127); }

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

background-color css

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

 a { background-color: rgb(206,178,127); }

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

border-color css

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

 span { border-color: rgb(206,178,127); }

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