Html Css Color HEX #CCAFBE Maverick

📋 copy color: '#CCAFBE'

red 204 ◦ green 175 ◦ blue 190

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

Shades of Maverick #CCAFBE

Tints of Maverick #CCAFBE

RGB

 RED value IS 204 (80.08% from 255) = 35.85%

 GREEN value IS 175 (68.75% from 255) = 30.76%

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 35.85%
G = 30.76%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCAFBE (or 0xCCAFBE) is known color: Maverick. HEX triplet: CC, AF and BE. RGB value is (204,175,190). Sum of RGB (Red+Green+Blue) = 204+175+190=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFBE is #335041. Grayscale: #B9B9B9. Windows color (decimal): -3362882 or 12496844. OLE color: 12496844.

HSL color Cylindrical-coordinate representation of color #CCAFBE: hue angle of 328.97º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFBE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 190 -
CMYK 0 0.14 0.07 0.2
HSL 328.97º 0.22% 0.74% -
HSV(B) 328.97º 0.14% 0.8% -
XYZ 49.53 47.22 55.22 -
YUV 185.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 204 175 190 0 0.14 0.07 0.2 328.97 0.22 0.74
Hex CC AF BE 0 E 7 14 149 16 4A
Octal 314 257 276 0 16 7 24 511 26 112
Binary 11001100 10101111 10111110 0 1110 111 10100 101001001 10110 1001010

Color Harmonies of #CCAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFBE

Black with #CCAFBE

Text Example


Text Example

White with #CCAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFBE; }

 p { color: rgb(204,175,190); }

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

background-color css

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

 a { background-color: rgb(204,175,190); }

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

border-color css

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

 span { border-color: rgb(204,175,190); }

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