Html Css Color HEX #CFAEC3 Maverick

📋 copy color: '#CFAEC3'

red 207 ◦ green 174 ◦ blue 195

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

Shades of Maverick #CFAEC3

Tints of Maverick #CFAEC3

RGB

 RED value IS 207 (81.25% from 255) = 35.94%

 GREEN value IS 174 (68.36% from 255) = 30.21%

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 35.94%
G = 30.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CFAEC3 (or 0xCFAEC3) is known color: Maverick. HEX triplet: CF, AE and C3. RGB value is (207,174,195). Sum of RGB (Red+Green+Blue) = 207+174+195=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC3 is #30513C. Grayscale: #BABABA. Windows color (decimal): -3166525 or 12824271. OLE color: 12824271.

HSL color Cylindrical-coordinate representation of color #CFAEC3: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEC3 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 195 -
CMYK 0 0.16 0.06 0.19
HSL 321.82º 0.26% 0.75% -
HSV(B) 321.82º 0.16% 0.81% -
XYZ 50.72 47.48 58.12 -
YUV 186.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 207 174 195 0 0.16 0.06 0.19 321.82 0.26 0.75
Hex CF AE C3 0 10 6 13 142 1A 4B
Octal 317 256 303 0 20 6 23 502 32 113
Binary 11001111 10101110 11000011 0 10000 110 10011 101000010 11010 1001011

Color Harmonies of #CFAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEC3

Black with #CFAEC3

Text Example


Text Example

White with #CFAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEC3; }

 p { color: rgb(207,174,195); }

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

background-color css

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

 a { background-color: rgb(207,174,195); }

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

border-color css

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

 span { border-color: rgb(207,174,195); }

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