Html Css Color HEX #CEBFCA Maverick

📋 copy color: '#CEBFCA'

red 206 ◦ green 191 ◦ blue 202

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

Shades of Maverick #CEBFCA

Tints of Maverick #CEBFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 34.39%
G = 31.89%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEBFCA (or 0xCEBFCA) is known color: Maverick. HEX triplet: CE, BF and CA. RGB value is (206,191,202). Sum of RGB (Red+Green+Blue) = 206+191+202=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCA is #314035. Grayscale: #C4C4C4. Windows color (decimal): -3227702 or 13287374. OLE color: 13287374.

HSL color Cylindrical-coordinate representation of color #CEBFCA: hue angle of 316º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFCA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 202 -
CMYK 0 0.07 0.02 0.19
HSL 316º 0.13% 0.78% -
HSV(B) 316º 0.07% 0.81% -
XYZ 54.75 54.65 63.54 -
YUV 196.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 206 191 202 0 0.07 0.02 0.19 316 0.13 0.78
Hex CE BF CA 0 7 2 13 13C D 4E
Octal 316 277 312 0 7 2 23 474 15 116
Binary 11001110 10111111 11001010 0 111 10 10011 100111100 1101 1001110

Color Harmonies of #CEBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFCA

Black with #CEBFCA

Text Example


Text Example

White with #CEBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFCA; }

 p { color: rgb(206,191,202); }

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

background-color css

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

 a { background-color: rgb(206,191,202); }

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

border-color css

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

 span { border-color: rgb(206,191,202); }

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