Html Css Color HEX #CEB5C1 Maverick

📋 copy color: '#CEB5C1'

red 206 ◦ green 181 ◦ blue 193

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

Shades of Maverick #CEB5C1

Tints of Maverick #CEB5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.28%

R = 35.52%
G = 31.21%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEB5C1 (or 0xCEB5C1) is known color: Maverick. HEX triplet: CE, B5 and C1. RGB value is (206,181,193). Sum of RGB (Red+Green+Blue) = 206+181+193=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C1 is #314A3E. Grayscale: #BDBDBD. Windows color (decimal): -3230271 or 12694990. OLE color: 12694990.

HSL color Cylindrical-coordinate representation of color #CEB5C1: hue angle of 331.2º 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 #CEB5C1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 193 -
CMYK 0 0.12 0.06 0.19
HSL 331.2º 0.2% 0.76% -
HSV(B) 331.2º 0.12% 0.81% -
XYZ 51.6 50.02 57.39 -
YUV 189.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 206 181 193 0 0.12 0.06 0.19 331.2 0.2 0.76
Hex CE B5 C1 0 C 6 13 14B 14 4C
Octal 316 265 301 0 14 6 23 513 24 114
Binary 11001110 10110101 11000001 0 1100 110 10011 101001011 10100 1001100

Color Harmonies of #CEB5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5C1

Black with #CEB5C1

Text Example


Text Example

White with #CEB5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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