Html Css Color HEX #CFA5C4 Maverick

📋 copy color: '#CFA5C4'

red 207 ◦ green 165 ◦ blue 196

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

Shades of Maverick #CFA5C4

Tints of Maverick #CFA5C4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.05%

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

R = 36.44%
G = 29.05%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFA5C4 (or 0xCFA5C4) is known color: Maverick. HEX triplet: CF, A5 and C4. RGB value is (207,165,196). Sum of RGB (Red+Green+Blue) = 207+165+196=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5C4 is #305A3B. Grayscale: #B5B5B5. Windows color (decimal): -3168828 or 12887503. OLE color: 12887503.

HSL color Cylindrical-coordinate representation of color #CFA5C4: hue angle of 315.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5C4 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 196 -
CMYK 0 0.20 0.05 0.19
HSL 315.71º 0.3% 0.73% -
HSV(B) 315.71º 0.2% 0.81% -
XYZ 49.15 44.16 58.16 -
YUV 181.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 207 165 196 0 0.20 0.05 0.19 315.71 0.3 0.73
Hex CF A5 C4 0 14 5 13 13C 1E 49
Octal 317 245 304 0 24 5 23 474 36 111
Binary 11001111 10100101 11000100 0 10100 101 10011 100111100 11110 1001001

Color Harmonies of #CFA5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5C4

Black with #CFA5C4

Text Example


Text Example

White with #CFA5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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