Html Css Color HEX #CCAFBA Maverick

📋 copy color: '#CCAFBA'

red 204 ◦ green 175 ◦ blue 186

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

Shades of Maverick #CCAFBA

Tints of Maverick #CCAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 36.11%
G = 30.97%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCAFBA (or 0xCCAFBA) is known color: Maverick. HEX triplet: CC, AF and BA. RGB value is (204,175,186). Sum of RGB (Red+Green+Blue) = 204+175+186=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFBA is #335045. Grayscale: #B8B8B8. Windows color (decimal): -3362886 or 12234700. OLE color: 12234700.

HSL color Cylindrical-coordinate representation of color #CCAFBA: hue angle of 337.24º 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 #CCAFBA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 186 -
CMYK 0 0.14 0.09 0.2
HSL 337.24º 0.22% 0.74% -
HSV(B) 337.24º 0.14% 0.8% -
XYZ 49.09 47.04 52.95 -
YUV 184.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 204 175 186 0 0.14 0.09 0.2 337.24 0.22 0.74
Hex CC AF BA 0 E 9 14 151 16 4A
Octal 314 257 272 0 16 11 24 521 26 112
Binary 11001100 10101111 10111010 0 1110 1001 10100 101010001 10110 1001010

Color Harmonies of #CCAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFBA

Black with #CCAFBA

Text Example


Text Example

White with #CCAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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