Html Css Color HEX #CEB5C4 Maverick

📋 copy color: '#CEB5C4'

red 206 ◦ green 181 ◦ blue 196

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

Shades of Maverick #CEB5C4

Tints of Maverick #CEB5C4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.05%

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 35.33%
G = 31.05%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEB5C4 (or 0xCEB5C4) is known color: Maverick. HEX triplet: CE, B5 and C4. RGB value is (206,181,196). Sum of RGB (Red+Green+Blue) = 206+181+196=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C4 is #314A3B. Grayscale: #BEBEBE. Windows color (decimal): -3230268 or 12891598. OLE color: 12891598.

HSL color Cylindrical-coordinate representation of color #CEB5C4: hue angle of 324º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB5C4 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 196 -
CMYK 0 0.12 0.05 0.19
HSL 324º 0.2% 0.76% -
HSV(B) 324º 0.12% 0.81% -
XYZ 51.94 50.16 59.17 -
YUV 190.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 206 181 196 0 0.12 0.05 0.19 324 0.2 0.76
Hex CE B5 C4 0 C 5 13 144 14 4C
Octal 316 265 304 0 14 5 23 504 24 114
Binary 11001110 10110101 11000100 0 1100 101 10011 101000100 10100 1001100

Color Harmonies of #CEB5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5C4

Black with #CEB5C4

Text Example


Text Example

White with #CEB5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5C4; }

 p { color: rgb(206,181,196); }

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

background-color css

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

 a { background-color: rgb(206,181,196); }

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

border-color css

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

 span { border-color: rgb(206,181,196); }

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