Html Css Color HEX #CFBECA Maverick

📋 copy color: '#CFBECA'

red 207 ◦ green 190 ◦ blue 202

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

Shades of Maverick #CFBECA

Tints of Maverick #CFBECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 34.56%
G = 31.72%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFBECA (or 0xCFBECA) is known color: Maverick. HEX triplet: CF, BE and CA. RGB value is (207,190,202). Sum of RGB (Red+Green+Blue) = 207+190+202=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECA is #304135. Grayscale: #C4C4C4. Windows color (decimal): -3162422 or 13287119. OLE color: 13287119.

HSL color Cylindrical-coordinate representation of color #CFBECA: hue angle of 317.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBECA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 202 -
CMYK 0 0.08 0.02 0.19
HSL 317.65º 0.15% 0.78% -
HSV(B) 317.65º 0.08% 0.81% -
XYZ 54.81 54.36 63.48 -
YUV 196.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 207 190 202 0 0.08 0.02 0.19 317.65 0.15 0.78
Hex CF BE CA 0 8 2 13 13E F 4E
Octal 317 276 312 0 10 2 23 476 17 116
Binary 11001111 10111110 11001010 0 1000 10 10011 100111110 1111 1001110

Color Harmonies of #CFBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBECA

Black with #CFBECA

Text Example


Text Example

White with #CFBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBECA; }

 p { color: rgb(207,190,202); }

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

background-color css

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

 a { background-color: rgb(207,190,202); }

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

border-color css

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

 span { border-color: rgb(207,190,202); }

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