Html Css Color HEX #FFCA7F Chardonnay

📋 copy color: '#FFCA7F'

red 255 ◦ green 202 ◦ blue 127

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

Shades of Chardonnay #FFCA7F

Tints of Chardonnay #FFCA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.75%

R = 43.66%
G = 34.59%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFCA7F (or 0xFFCA7F) is known color: Chardonnay. HEX triplet: FF, CA and 7F. RGB value is (255,202,127). Sum of RGB (Red+Green+Blue) = 255+202+127=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7F is #003580. Grayscale: #D1D1D1. Windows color (decimal): -13697 or 8375039. OLE color: 8375039.

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

Color convert

RGB 255 202 127 -
CMYK 0 0.21 0.50 0
HSL 35.16º 1% 0.75% -
HSV(B) 35.16º 0.5% 1% -
XYZ 66.19 65.03 29.14 -
YUV 209.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 255 202 127 0 0.21 0.50 0 35.16 1 0.75
Hex FF CA 7F 0 15 32 0 23 64 4B
Octal 377 312 177 0 25 62 0 43 144 113
Binary 11111111 11001010 1111111 0 10101 110010 0 100011 1100100 1001011

Color Harmonies of #FFCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA7F

Black with #FFCA7F

Text Example


Text Example

White with #FFCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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