Html Css Color HEX #FFCA7E Chardonnay

📋 copy color: '#FFCA7E'

red 255 ◦ green 202 ◦ blue 126

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

Shades of Chardonnay #FFCA7E

Tints of Chardonnay #FFCA7E

RGB

 RED value IS 255 (100% from 255) = 43.74%

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 126 (49.61% from 255) = 21.61%

R = 43.74%
G = 34.65%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCA7E (or 0xFFCA7E) is known color: Chardonnay. HEX triplet: FF, CA and 7E. RGB value is (255,202,126). Sum of RGB (Red+Green+Blue) = 255+202+126=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7E is #003581. Grayscale: #D1D1D1. Windows color (decimal): -13698 or 8309503. OLE color: 8309503.

HSL color Cylindrical-coordinate representation of color #FFCA7E: hue angle of 35.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCA7E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 126 -
CMYK 0 0.21 0.51 0
HSL 35.35º 1% 0.75% -
HSV(B) 35.35º 0.51% 1% -
XYZ 66.13 65.01 28.8 -
YUV 209.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 255 202 126 0 0.21 0.51 0 35.35 1 0.75
Hex FF CA 7E 0 15 33 0 23 64 4B
Octal 377 312 176 0 25 63 0 43 144 113
Binary 11111111 11001010 1111110 0 10101 110011 0 100011 1100100 1001011

Color Harmonies of #FFCA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA7E

Black with #FFCA7E

Text Example


Text Example

White with #FFCA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA7E; }

 p { color: rgb(255,202,126); }

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

background-color css

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

 a { background-color: rgb(255,202,126); }

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

border-color css

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

 span { border-color: rgb(255,202,126); }

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