Html Css Color HEX #CFB2CA Maverick

📋 copy color: '#CFB2CA'

red 207 ◦ green 178 ◦ blue 202

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

Shades of Maverick #CFB2CA

Tints of Maverick #CFB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 35.26%
G = 30.32%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFB2CA (or 0xCFB2CA) is known color: Maverick. HEX triplet: CF, B2 and CA. RGB value is (207,178,202). Sum of RGB (Red+Green+Blue) = 207+178+202=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CA is #304D35. Grayscale: #BDBDBD. Windows color (decimal): -3165494 or 13284047. OLE color: 13284047.

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

Color convert

RGB 207 178 202 -
CMYK 0 0.14 0.02 0.19
HSL 310.34º 0.23% 0.75% -
HSV(B) 310.34º 0.14% 0.81% -
XYZ 52.31 49.37 62.65 -
YUV 189.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 207 178 202 0 0.14 0.02 0.19 310.34 0.23 0.75
Hex CF B2 CA 0 E 2 13 136 17 4B
Octal 317 262 312 0 16 2 23 466 27 113
Binary 11001111 10110010 11001010 0 1110 10 10011 100110110 10111 1001011

Color Harmonies of #CFB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2CA

Black with #CFB2CA

Text Example


Text Example

White with #CFB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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