Html Css Color HEX #CFA5BD Maverick

📋 copy color: '#CFA5BD'

red 207 ◦ green 165 ◦ blue 189

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

Shades of Maverick #CFA5BD

Tints of Maverick #CFA5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.69%

R = 36.9%
G = 29.41%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFA5BD (or 0xCFA5BD) is known color: Maverick. HEX triplet: CF, A5 and BD. RGB value is (207,165,189). Sum of RGB (Red+Green+Blue) = 207+165+189=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BD is #305A42. Grayscale: #B4B4B4. Windows color (decimal): -3168835 or 12428751. OLE color: 12428751.

HSL color Cylindrical-coordinate representation of color #CFA5BD: hue angle of 325.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 #CFA5BD is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 189 -
CMYK 0 0.20 0.09 0.19
HSL 325.71º 0.3% 0.73% -
HSV(B) 325.71º 0.2% 0.81% -
XYZ 48.37 43.85 54.06 -
YUV 180.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 207 165 189 0 0.20 0.09 0.19 325.71 0.3 0.73
Hex CF A5 BD 0 14 9 13 146 1E 49
Octal 317 245 275 0 24 11 23 506 36 111
Binary 11001111 10100101 10111101 0 10100 1001 10011 101000110 11110 1001001

Color Harmonies of #CFA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5BD

Black with #CFA5BD

Text Example


Text Example

White with #CFA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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