Html Css Color HEX #CFDAAC Orinoco

📋 copy color: '#CFDAAC'

red 207 ◦ green 218 ◦ blue 172

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

Shades of Orinoco #CFDAAC

Tints of Orinoco #CFDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 172 (67.58% from 255) = 28.81%

R = 34.67%
G = 36.52%
B = 28.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#CFDAAC (or 0xCFDAAC) is known color: Orinoco. HEX triplet: CF, DA and AC. RGB value is (207,218,172). Sum of RGB (Red+Green+Blue) = 207+218+172=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAAC is #302553. Grayscale: #D1D1D1. Windows color (decimal): -3155284 or 11328207. OLE color: 11328207.

HSL color Cylindrical-coordinate representation of color #CFDAAC: hue angle of 74.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFDAAC is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 172 -
CMYK 0.05 0 0.21 0.15
HSL 74.35º 0.38% 0.76% -
HSV(B) 74.35º 0.21% 0.85% -
XYZ 58.25 66.39 48.77 -
YUV 209.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 207 218 172 0.05 0 0.21 0.15 74.35 0.38 0.76
Hex CF DA AC 5 0 15 F 4A 26 4C
Octal 317 332 254 5 0 25 17 112 46 114
Binary 11001111 11011010 10101100 101 0 10101 1111 1001010 100110 1001100

Color Harmonies of #CFDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAAC

Black with #CFDAAC

Text Example


Text Example

White with #CFDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDAAC; }

 p { color: rgb(207,218,172); }

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

background-color css

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

 a { background-color: rgb(207,218,172); }

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

border-color css

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

 span { border-color: rgb(207,218,172); }

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