Html Css Color HEX #CFADC4 Maverick

📋 copy color: '#CFADC4'

red 207 ◦ green 173 ◦ blue 196

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

Shades of Maverick #CFADC4

Tints of Maverick #CFADC4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

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

R = 35.94%
G = 30.03%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFADC4 (or 0xCFADC4) is known color: Maverick. HEX triplet: CF, AD and C4. RGB value is (207,173,196). Sum of RGB (Red+Green+Blue) = 207+173+196=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC4 is #30523B. Grayscale: #B9B9B9. Windows color (decimal): -3166780 or 12889551. OLE color: 12889551.

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

Color convert

RGB 207 173 196 -
CMYK 0 0.16 0.05 0.19
HSL 319.41º 0.26% 0.75% -
HSV(B) 319.41º 0.16% 0.81% -
XYZ 50.64 47.14 58.65 -
YUV 185.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 207 173 196 0 0.16 0.05 0.19 319.41 0.26 0.75
Hex CF AD C4 0 10 5 13 13F 1A 4B
Octal 317 255 304 0 20 5 23 477 32 113
Binary 11001111 10101101 11000100 0 10000 101 10011 100111111 11010 1001011

Color Harmonies of #CFADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADC4

Black with #CFADC4

Text Example


Text Example

White with #CFADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADC4; }

 p { color: rgb(207,173,196); }

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

background-color css

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

 a { background-color: rgb(207,173,196); }

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

border-color css

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

 span { border-color: rgb(207,173,196); }

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